﻿/*列表分页*/

.pagination{margin: 20px 0; text-align:center}
.pagination ul{display: inline-block;*display: inline;margin-bottom: 0;margin-left: 0;-webkit-border-radius: 4px;   -moz-border-radius: 4px;border-radius: 4px;*zoom: 1;-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);   -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05)}
.pagination ul > li{display: inline}
.pagination ul > li > a,
.pagination ul > li > span{float: left;padding: 4px 12px;line-height: 20px;text-decoration: none;background-color: #ffffff;border: 1px solid #dddddd;border-left-width: 0}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span{background-color: #0054ba; color:#FFF; }
.pagination ul > .active > a,
.pagination ul > .active > span{color: #fff;cursor: default}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus{color: #999999;cursor: default;background-color: transparent}
.pagination ul > .active > a{ border-color:#0054ba}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span{border-left-width: 1px;-webkit-border-bottom-left-radius: 4px;border-bottom-left-radius: 4px;-webkit-border-top-left-radius: 4px;border-top-left-radius: 4px;-moz-border-radius-bottomleft: 4px;-moz-border-radius-topleft: 4px}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span{-webkit-border-top-right-radius: 4px;border-top-right-radius: 4px;-webkit-border-bottom-right-radius: 4px;border-bottom-right-radius: 4px;-moz-border-radius-topright: 4px;-moz-border-radius-bottomright: 4px}
.pagination-centered{text-align: center}
.pagination-right{text-align: right}
.pagination-large ul > li > a,
.pagination-large ul > li > span{padding: 11px 19px;font-size: 17.5px}
.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span{-webkit-border-bottom-left-radius: 6px;border-bottom-left-radius: 6px;-webkit-border-top-left-radius: 6px;border-top-left-radius: 6px;-moz-border-radius-bottomleft: 6px;-moz-border-radius-topleft: 6px}
.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span{-webkit-border-top-right-radius: 6px;border-top-right-radius: 6px;-webkit-border-bottom-right-radius: 6px;border-bottom-right-radius: 6px;-moz-border-radius-topright: 6px;-moz-border-radius-bottomright: 6px}
.pagination-mini ul > li:first-child > a,
.pagination-small ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > span{-webkit-border-bottom-left-radius: 3px;border-bottom-left-radius: 3px;-webkit-border-top-left-radius: 3px;border-top-left-radius: 3px;-moz-border-radius-bottomleft: 3px;-moz-border-radius-topleft: 3px}
.pagination-mini ul > li:last-child > a,
.pagination-small ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > span{-webkit-border-top-right-radius: 3px;border-top-right-radius: 3px;-webkit-border-bottom-right-radius: 3px;border-bottom-right-radius: 3px;-moz-border-radius-topright: 3px;-moz-border-radius-bottomright: 3px}
.pagination-small ul > li > a,
.pagination-small ul > li > span{padding: 2px 10px;font-size: 11.9px}
.pagination-mini ul > li > a,
.pagination-mini ul > li > span{padding: 0 6px;font-size: 10.5px}
.pager{margin: 20px 0;text-align: center;list-style: none;*zoom: 1}
.pager:before,
.pager:after{display: table;line-height: 0;content: ""}
.pager:after{clear: both}
.pager li{display: inline}
.pager li > a,
.pager li > span{display: inline-block;padding: 5px 14px;background-color: #fff;border: 1px solid #ddd;-webkit-border-radius: 15px;   -moz-border-radius: 15px;border-radius: 15px}
.pager li > a:hover,
.pager li > a:focus{text-decoration: none;background-color: #f5f5f5}
.pager .next > a,
.pager .next > span{float: right}
.pager .previous > a,
.pager .previous > span{float: left}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span{color: #999999;cursor: default;background-color: #fff}

/*首页图片轮播模板*/
.w-slider{width:670px;height:262px;overflow: hidden;position: relative; background:#eee;}
.slider{width:670px;height:220px;}
.slider-main{width:672px;height:240px;}
.slider-main-img{ width:670px;height:240px;position:absolute;top:0;left:0;}
.slider-main-img img{ vertical-align: top;}
.slider-ctrl{width:670px;height:45px;text-align:center; position: absolute; z-index:9999999999999; bottom:-25px}
.slider-ctrl span{cursor: pointer;}
.slider-ctrl-con{display:inline-block;width:10px;height:10px;margin-right:8px;text-indent: -20em;overflow:hidden; background:url(img/slider_number.png) no-repeat center;}
.slider-ctrl .current{ background:url(img/slider_number_current.png) no-repeat center;}
.slider-ctrl-pre,
.slider-ctrl-next{width:35px;height:60px;position:absolute;top:-120px;margin-top:-27px; display:none}
.w-slider:hover .slider-ctrl-pre,.w-slider:hover .slider-ctrl-next{ display:block}
.slider-ctrl-pre{ background:url(img/side_pre_icon.png) no-repeat center;left:0;}
.slider-ctrl-next{background:url(img/side_next_icon.png) no-repeat center;right:0;}
.slider-ctrl-pre:hover{ background:url(img/side_pre_icon_hover.png) no-repeat center;left:0;}
.slider-ctrl-next:hover{background:url(img/side_next_icon_hover.png) no-repeat center;right:0;}

.slider-main-img .largeBox{ width:468px; height:240px; overflow:hidden; float:left;}
.slider-main-img .smallBox{ width:200px; height:119px; float:right; margin-bottom:2px;}
.slider-main-img .lbbox{ position:relative}
.slider-main-img .lbbox a{ cursor:pointer}
.slider-main-img .lbbox span{ display:block; background:url(img/mask_bg.png) repeat left top; color:#FFF; text-align:center; width:96%; padding:0px 2%; position:absolute; bottom:0px; font-size:13px; line-height:28px;font-family:"Microsoft YaHei UI"}
.slider-main-img .lbbox:hover span{ background:#39F}

.detailsBox{ background:#f9f9f9; border:1px solid #ccc; min-height:650px; width:920px; padding:20px 40px; position:relative; float:left}
.keywordsBox{ clear:both; float:left; margin-bottom:10px;}
.keywordsBox li{ width:auto; float:left; padding:0px 10px; line-height:25px; background: #deeef1; margin-right:4px; border:#e9e9e9 1px solid; cursor:pointer;}
.keywordsBox li:hover{ background:#069;}
.keywordsBox li:hover a{ color:#fff;}
.detailsBox h1{ font-size:26px; text-align:center; font-weight:normal; color:#333; line-height:55px; border-bottom:1px dotted #ccc; padding:10px 0px 15px 0px}
.detailsBox .breadcrumb{ position:absolute; left:6px; top:6px; font-size:12px; color:#999}
.detailsBox .breadcrumb a{ color:#999; padding-right:3px;}
.detailsBox .breadcrumb a:hover{ color:#F00}
.detailsBox .breadcrumb span{ padding-right:3px}
.articleInfo{ text-align:center; line-height:30px; color:#999; margin-bottom:40px;}
.articleInfo span{ padding-right:5px}
.detailsContent{ font-size:18px; line-height:35px; color:#666; clear:both;}

.moduleBox{ border:1px solid #b9b9d5; border-top:none; position:relative;}
.moduleBox h3{ background:url(img/a_bg6.jpg) no-repeat left top; color:#fff; font-size:14px; height:29px; line-height:29px; text-indent:15px;}
h3 a{ color:#fff}

.moduleBox h3.bg2{ background:url(img/a_bg8.jpg) no-repeat left top; color:#fff; font-size:14px; height:29px; line-height:29px; text-indent:15px;}


.moduleBox .textList{ margin:6px}
.moduleBox .more{ position:absolute; right:6px; top:2px}
.moduleFlatBox .breadcrumb{ border-bottom:1px  dotted #ccc; background:#f2f2f2; line-height:24px; padding-left:10px; color:#999; display:block}
.moduleFlatBox .breadcrumb a{ color:#777}
.moduleFlatBox .breadcrumb a:hover{ color:#F00}
.moduleFlatBox{border:1px solid #b9b9d5; position:relative;}
.moduleFlatBox .textList{ margin:10px}
.moduleFlatBox .more{ position:absolute; right:6px; top:2px}


.moduleFlatBox h3{ background:url(img/a_bg6.jpg) no-repeat left top; color:#fff; font-size:14px; height:29px; line-height:29px; text-indent:15px; margin-top:-1px;}
.listBox li.packetLine{border-top:1px #ccc dotted; padding-top:10px; margin-top:10px; background-position:left 24px}

.headlinesBox{ height:90px; margin:6px; position:relative; display:block; overflow:hidden; border-bottom:1px dotted #ccc; padding-bottom:6px}
.headlinesBox img{ position:absolute; left:0px; top:0px;}
.headlinesBox p,.headlinesBox h4{ margin-left:146px;}
.headlinesBox h4{ color:#0054ba; font-weight:normal; white-space:nowrap}
.headlinesBox p{ font-size:12px; color:#999; line-height:24px}
a.headlinesBox:hover{ text-decoration:none; color:#015192}
.headlinesBox:hover p{color:#cd0200;text-decoration:underline}

.textList li{ line-height:28px; position:relative;text-indent:5px; background:url(img/list_icon.png) no-repeat left center; white-space:nowrap; height:28px}
.textList li.last{ border-bottom:none}
.textList li span{ position:absolute; right:0px; top:0px; font-size:12px; color:#999}
.textList li a{ display:inline-block;}
.column2count .textList li a{ width:297px; overflow:hidden}
.column3count .textList li a{ width:340px; overflow:hidden}
.sideContent .textList li a{ width:300px; overflow:hidden}
.twoColumn{ margin-left:-6px}
.twoColumn li{ width:48%; display:inline-block; max-width:48%; height:29px; line-height:29px; overflow:hidden; margin-left:6px}

.titleList{ margin:6px;}
.titleList li{ line-height:32px; position:relative;text-indent:5px; background:url(img/list_icon.png) no-repeat left center; white-space:nowrap; height:32px; font-size:16px;}
.titleList li.last{ border-bottom:none}
.titleList li span{ position:absolute; right:0px; bottom:0px; font-size:12px; color:#999}
.titleList li a{ display:inline-block;}
 
.rankingList{ margin:6px;}
.rankingList li{ line-height:28px; position:relative;white-space:nowrap; height:28px; padding-left:24px}
.rankingList li.last{ border-bottom:none}
.rankingList li span{ position:absolute; right:0px; top:0px; font-size:12px; color:#999}
.rankingList li a{ display:inline-block;}
.rankingList li em{ display:inline-block; background:#afdafd; color:#0054ba;border:1px #0054ba solid; width:18px; height:18px; text-align:center; line-height:18px;font-size:12px; position:absolute; left:0px; top:3px}
.rankingList li.top em{border:1px #f00 solid; background:#feca68; color:#F00}
.sideContent .rankingList li{width:270px; overflow:hidden}

.outlineList{ margin:6px}
.outlineList li{ border-bottom:1px dotted #ccc; margin-bottom:8px; padding-bottom:32px; position:relative}
.outlineList li p{ font-size:14px; color:#666; line-height:24px;text-align:justify }
.outlineList li h5{color:#0054ba; line-height:24px; font-size:14px}
.outlineList li a{ color:#0054ba; text-decoration:underline; position:absolute; bottom:6px;right:0px}
.outlineList li a:hover{ color:#F00}
.outlineList li.last{ border:none}

.imageTextList{ margin:6px}
.imageTextList li{ border-bottom:1px dotted #ccc; margin-bottom:15px; padding-bottom:15px; position: relative; padding-left:146px; height:88px; overflow:hidden}
.imageTextList li img{ width:140px; height:88px; position:absolute; left:0px; top:0px; border:1px solid #ccc}
.imageTextList li p{ font-size:14px; color:#666; line-height:24px;text-align:justify }
.imageTextList li h5{color:#0054ba; line-height:24px}
.imageTextList li a{ color:#0054ba; text-decoration:underline; position:absolute; bottom:0px;right:0px; font-size:14px;}
.imageTextList li a:hover{ color:#F00}

.tabs, .tabs .ui-tabs-nav li,
.tabs.ui-widget.ui-widget-content,
.ui-tabs .ui-tabs-panel
 { padding:0px; margin:0px; border:none; border-radius:0px; background:none; font-weight:normal}
.tabs.ui-tabs .ui-tabs-nav .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav

{ padding:0px}
.ui-tabs .ui-tabs-nav li.ui-tabs-active{ padding:0px 8px;}
.tabs .ui-corner-all{border-radius:0px; border:none}
.tabs .ui-tabs-nav{ background:url(img/a_bg7.jpg) repeat-x; color:#0054ba; font-size:14px; height:29px; line-height:29px; font-weight:normal}
.tabs .ui-tabs-nav li{ width:auto; display:inline-block; padding:0px 8px;}
.tabs .ui-tabs-nav li a{color:#0054ba;}
.tabs .ui-tabs-nav li a:hover{ text-decoration:none; color:#F00}
.tabs .ui-tabs-nav .ui-tabs-active{ font-weight:bold}
.titleTab h3{ background:url(img/a_bg6.jpg) no-repeat left top; width:115px; height:29px; line-height:29px; color:#FFF; position:absolute; left:0px; top:0px; text-indent:15px;  font-weight:bold}


.titleTab .ui-tabs-nav{ margin-left:115px;}
.tabs h3 a{ color:#FFF}

.menu{width:272px;margin:-1px auto 10px -1px; float:left; height:auto; position:relative}
.menu ul li{display:block;width:272px;margin-bottom:1px;list-style:none;overflow:visible; position:relative; }
.menu ul li.current{ background:url(img/zakladka_current.png) no-repeat left center;}
.menu ul li a{display:block;height:45px; line-height:45px; width:237px;margin-top:0px;padding-left:35px;font-size:14px;color:#0054ba;outline:none; background:url(img/menu_bg.jpg) repeat-x left bottom}
.menu ul li li{ border-bottom:1px #ccc dotted; position:relative}

.menu ul li ul{display: block; margin-top:0px;margin-bottom:0px; border-width:0px 1px 0px 1px; margin-bottom:-1px}
.menu ul li ul li ul{margin-bottom:5px;}
.menu ul li ul li{display:block;background:none;font-size:14px;list-style:circle;color:#8f9d4c;margin-bottom:0px;margin-top:0px;padding-top:0px;padding-bottom:0px;padding-left:1px; text-indent:56px}
.menu ul li ul li a{background:none;font-size:14px;height:35px;color:#333;padding-left:0px; line-height:35px; }

.menu .deleteMenu{ position:absolute; right:6px; top:6px;text-align:center; background:#F00; color:#FFF; display:block; width:auto; padding:0px 6px; cursor:pointer}
.menu .deleteMenu:hover{ background:#d10202}
.menu .addSubMenu{position:absolute; right:36px; top:6px;text-align:center; background:#09F; color:#FFF; display:block; width:auto; padding:0px 6px; cursor:pointer}
.menu .addSubMenu:hover{ background:#027fd2}
.menu .modifyMenu{position:absolute; right:50px; top:6px;text-align:center; background:#09F; color:#FFF; display:block; width:auto; padding:0px 6px; cursor:pointer}
.menu .modifyMenu:hover{ background:#027fd2}
.menu ul li ul li .deleteMenu,.menu ul li ul li .addSubMenu{ text-indent:0px}
.mainBar h2{ background:url(img/mainBar_h2_bg.jpg) left top no-repeat;text-indent:38px;color:#0054ba; height:132px; line-height:100px; font-size:16px; margin:2px 2px 20px 2px;}
.subPage .detailsContent{ margin:20px; font-size:16px; line-height:36px;}
.menu .addMenu{ display:block;height:20px; line-height:20px; text-align:center; background:#0e5fb5; color:#FFF; cursor:pointer}
.menu .addMenu:hover{ background:#05386f}
.editMenu {margin-left:-1px}
.editMenu li,.banner .column3count .editMenu li,.twoColumn li .editMenu li{ display:inline-block; padding:2px 5px;background:#F00; margin-left:1px; font-size:12px;width:auto;}
.editMenu li a{ color:#FFF; cursor:pointer}
.box{ position:relative; margin-bottom:10px;}
.editMenu{ position:absolute;right:6px; top:6px}

.table { color:#037cd1; text-indent:0px;width:100%; font-size:12px; line-height:36px;border-top:#cccccc 1px solid;}
.table caption{ border-bottom:#ccc 1px solid;line-height:35px; color:#666; font-size:12px; font-weight:bold;font:18px/36px "Microsoft Yahei"; }
.table thead{ background:#5eb9f9;border-bottom:#dee0ea 1px solid; line-height:35px; color:#fff; font-weight:normal;}
.table th{text-align:right; font-weight: normal; border-right:1px solid #cccccc;border-left:1px solid #cccccc; background:#f9f9f9; border-bottom:1px solid #cccccc; white-space:nowrap; width:150px; color:#0062b2}
.table td {text-align:left; border-bottom:1px solid #cccccc; color:#666; border-right:1px solid #cccccc;background:#fff; white-space:nowrap; overflow:hidden; text-indent:5px}
.table td em{ padding-left:5px; color:#999}
.table td em.error{ color:#F00}
.inputText { width:180px; line-height:25px; height:25px; border:1px solid #ccc; text-indent:3px;}
.inputText:hover, .inputSelect:hover{ border:1px solid #0062b2; color:#0062b2}
.inputText:focus, .inputSelect:focus{ border:1px solid #0062b2; color:#0062b2}
.inputSelect{width:180px;  height:27px; border:1px solid #ccc; text-align:center; margin-left:0px; color:#999}
.inputSelect.small{ width:100px; margin:0px 3px;}
textarea.inputText{ height:150px; margin-top:5px;}
input.disabled, select.disabled{ background-color:#f8f8f8; color:#999; border:1px solid #e1e1e1;}
input.disabled:hover, select.disabled:hover{ background-color:#f8f8f8; color:#999;border:1px solid #e1e1e1; display: inline-block; }
.blueBtn{ border:none; background:#0054ba; line-height:27px; height:27px; color:#FFF; padding:0px 20px; cursor:pointer}
.blueBtn:hover{ background:#003c84}

#drag{position: relative;background-color: #e8e8e8;width: 180px;height: 25px;line-height: 25px;text-align: center;}
#drag .handler{position: absolute;top: 0px;left: 0px;width: 40px;height: 23px;border: 1px solid #ccc;cursor: move;}
.handler_bg{background: #fff url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo0ZDhlNWY5My05NmI0LTRlNWQtOGFjYi03ZTY4OGYyMTU2ZTYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NTEyNTVEMURGMkVFMTFFNEI5NDBCMjQ2M0ExMDQ1OUYiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NTEyNTVEMUNGMkVFMTFFNEI5NDBCMjQ2M0ExMDQ1OUYiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2MTc5NzNmZS02OTQxLTQyOTYtYTIwNi02NDI2YTNkOWU5YmUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NGQ4ZTVmOTMtOTZiNC00ZTVkLThhY2ItN2U2ODhmMjE1NmU2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+YiRG4AAAALFJREFUeNpi/P//PwMlgImBQkA9A+bOnfsIiBOxKcInh+yCaCDuByoswaIOpxwjciACFegBqZ1AvBSIS5OTk/8TkmNEjwWgQiUgtQuIjwAxUF3yX3xyGIEIFLwHpKyAWB+I1xGSwxULIGf9A7mQkBwTlhBXAFLHgPgqEAcTkmNCU6AL9d8WII4HOvk3ITkWJAXWUMlOoGQHmsE45ViQ2KuBuASoYC4Wf+OUYxz6mQkgwAAN9mIrUReCXgAAAABJRU5ErkJggg==") no-repeat center;
}
.handler_ok_bg{background: #fff url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo0ZDhlNWY5My05NmI0LTRlNWQtOGFjYi03ZTY4OGYyMTU2ZTYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDlBRDI3NjVGMkQ2MTFFNEI5NDBCMjQ2M0ExMDQ1OUYiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDlBRDI3NjRGMkQ2MTFFNEI5NDBCMjQ2M0ExMDQ1OUYiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDphNWEzMWNhMC1hYmViLTQxNWEtYTEwZS04Y2U5NzRlN2Q4YTEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NGQ4ZTVmOTMtOTZiNC00ZTVkLThhY2ItN2U2ODhmMjE1NmU2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+k+sHwwAAASZJREFUeNpi/P//PwMyKD8uZw+kUoDYEYgloMIvgHg/EM/ptHx0EFk9I8wAoEZ+IDUPiIMY8IN1QJwENOgj3ACo5gNAbMBAHLgAxA4gQ5igAnNJ0MwAVTsX7IKyY7L2UNuJAf+AmAmJ78AEDTBiwGYg5gbifCSxFCZoaBMCy4A4GOjnH0D6DpK4IxNSVIHAfSDOAeLraJrjgJp/AwPbHMhejiQnwYRmUzNQ4VQgDQqXK0ia/0I17wJiPmQNTNBEAgMlQIWiQA2vgWw7QppBekGxsAjIiEUSBNnsBDWEAY9mEFgMMgBk00E0iZtA7AHEctDQ58MRuA6wlLgGFMoMpIG1QFeGwAIxGZo8GUhIysmwQGSAZgwHaEZhICIzOaBkJkqyM0CAAQDGx279Jf50AAAAAABJRU5ErkJggg==") no-repeat center;
}
#drag .drag_bg{background-color: #7ac23c;height: 25px;width: 0px;}
#drag .drag_text{position: absolute;top: 0px;width: 180px;-moz-user-select: none;-webkit-user-select: none;user-select: none;-o-user-select:none;-ms-user-select:none;}


#bodyBox{overflow:hidden; width:1002px; height:700px; position: fixed;  left:50%; top:50%; margin:-350px auto auto -501px; }
.slideBanner{margin:0px;width: 1002px;height: 700px;overflow: hidden;}
.slideBanner .move {position: absolute;left: 0;top: 0;width: 100%;height: 100%;overflow: hidden;}
.move ul,.move ul li {position: absolute;}
.ctrl {position: absolute;width: 100%;bottom: -30px;text-align: center; display:none}
.ctrl .libs {display: inline-block;margin-left: 10px;width: 10px;height: 10px;border-radius: 50%;background-color: #333;z-index: 50;cursor: pointer;}
.ctrl span.active {background-color: #fff;}
.ctrl .arrow {display: block;position: absolute;width: 30px;height: 60px;top: 50%;margin-top: -30px;background-color: #333;cursor: pointer;font-family: "宋体";opacity: .5;line-height: 58px;color: #fff;font-size: 20px}
.ctrl .next {top: -250px;right: 0px;}
.ctrl .prev {top: -250px;}
.ctrl .arrow:hover {opacity: 1;}
.desc {text-align: center;}
.desc pre {color: #fff;display: inline-block;text-align: left;}
.closeBtn{ position:absolute; bottom:20px; right:20px; width:auto; line-height:35px; font-size:14px; font-family:"Microsoft YaHei UI"; color:#fff; background:none; z-index:9999999999999999; border:#fff 1px solid; cursor:pointer; border-radius:4px;}
.closeBtn:hover{ background:#03318f; color:#fff;}
.closeBtn a{ display:block; padding:0px 15px;color:#fff;}
.closeBtn a:hover,.closeBtn:hover a{color:#fff; text-decoration:none}
.logobar{ position:absolute; left:0px; top:-65px; right:0px; background:url(img/mask_dark.png); overflow:hidden; width:100%; height:65px; z-index:99999999999}
.logobar:hover{ background:#0668b4}
.logobar a:hover{ background:#02345a; text-decoration:none}
.logobar img{ display:inline-block; float:left}
.logobar a{ line-height:65px; font-family:"Microsoft YaHei UI"; color:#FFF; padding:0px 10px; font-size:14px; display:inline-block; float:left; font-weight:normal}
#logoShow{ position:absolute; margin:-1px auto auto -1px; left:50%;top:50%; z-index:99999999999; width:2px; height:2px}
#logoTitle{ position:absolute; margin:-1px auto auto -1px; left:50%;top:50%; z-index:99999999999; width:2px; height:2px}
#logoBg{position:absolute;margin:-1px auto auto -1px; left:50%;top:50%; z-index:20; width:0px; height:2px;opacity:0;}

#registerpage #bodyBox{overflow:hidden; width:100%; height:100%; position: fixed;  left:0px; top:0px; margin:0px; }
#registerpage #slideShow{ width:100%; min-height:100%; height:auto !important; height:100%; position:fixed; top:0; left:0; }
#registerpage #slideShow img.bg { position:absolute; top: 0px; left: 0px; z-index:1; display:none;}
#registerpage #logoShow{ position:absolute;position:fixed; margin:0px; left:0px;top:0px; z-index:99999999999; width:350px; height:68px}






.regFromBox{ background:url(img/mask_dark.png); width:550px; height:auto; padding:20px 50px; padding-bottom:50px; position:relative; margin-left:-325px; left:50%; margin-top:105px; border:1px solid #d7f6ff; z-index:999}
.regFromBox li{ line-height:24px; margin-bottom:15px; font-size:14px; color:#e8f9fe}
.regFromBox li label{ display:inline-block; width:200px; text-align:right}
.regFromBox h2{ color:#FFF; font-size:18px; text-align:center; line-height:38px; font-weight:normal; margin-bottom:15px;}
.operateBox{ text-align:center}
.operateBox input{ line-height:32px; height:32px; padding:0px 35px}
.regFromBox #btnSendCode{ border:1px solid #fff; background: #e5fcd8; height:25px; padding:0px 8px; cursor:pointer; margin-left:3px; text-align:right}
.regFromBox strong{ font-weight:normal; color:#000}
.regFromBox a{ text-decoration:underline; color: #00F; display:inline-block; margin-left:3px}
.regFromBox a:hover{ color:#f00}
.regFromBox .returnLinks{color:#e8f9fe; text-decoration:none; position:absolute; right:10px; top:10px; font-size:12px;}
.regFromBox .returnLinks:hover{ color:#FFF; text-decoration:underline}
.regFromBox .msgBox{ text-align:center; color:#F00; font-size:12px; line-height:30px}
.hintInfo{ line-height:35px; text-align:center; font-size:16px; font-weight:bold; color:#209709}

.fl{float: left;}
.pageBox{text-align: center;margin-top:20px;  border-top:1px dotted #CCC; width:790px;float: left;}
.pageBox button{padding: 0 5px;margin: 0 4px;height: 40px; display:inline-block;cursor: pointer;border: 1px solid #ebebeb;background-color: #ffffff; position:relative; top:-15px }
.pageBox button:hover{border: 1px solid #2c85d1;}
.pageBox .first-page,
.pageBox .last-page{margin: 0;margin-top:0px}
.pageBox .pageWrap{overflow: hidden; display:inline-block; position:relative}
.pageBox .pageWrap ul{width:auto;height: 40px; display:inline-block; white-space:nowrap}
.pageBox .pageWrap ul li{width: 58px;height: 40px;border: 1px solid #d5dee5;line-height: 40px;box-sizing: border-box;cursor: pointer; display:inline-block;background-color: #ebf4fb;white-space:nowrap}
.pageBox .pageWrap ul li:hover{ background:#91c1e9;border: 1px solid #2c85d1;}
.pageBox .pageWrap ul .sel-page{background-color: #2c85d1; color:#FFF;border: 1px solid #2c85d1;}
.pageBox .pageWrap ul .sel-page:hover{background-color: #2c85d1;border: 1px solid #2c85d1;}
.pageBox .jump-text{width: 40px;height: 40px;box-sizing: border-box;text-align: center;margin: 0 5px; display:inline-block;position:relative; top:-15px}
.pageBox .jump-button{margin: 0; display:inline-block;}
.pageBox .total-pages,
.pageBox .total-count{margin-left: 10px;font-size: 12px; display:inline-block;position:relative; top:-15px}
.breadcrumb{ display:inline-block}

.searchPage{border:1px solid #ccc; min-height:450px; padding:60px 20px;position:relative; float:left; width:959px; position:relative; background:#f9f9fc}
.searchPage .breadcrumb{ position:absolute; height:35px; line-height:35px; border-bottom:1px dotted #ccc; left:0px; top:0px; right:0px; text-indent:15px; background:#f2f2f2}
.searchPage li{ line-height:32px; position:relative;text-indent:5px; background:url(img/list_icon.png) no-repeat left center; white-space:nowrap; height:32px; font-size:16px;}
.searchPage li.last{ border-bottom:none}
.searchPage li span{ position:absolute; right:0px; top:0px; font-size:12px; color:#999}
.searchPage li a{ display:inline-block;}
.searchFlip{position:absolute; height:35px; line-height:35px; border-top:1px dotted #ccc; left:0px; bottom:0px; right:0px; background:#f2f2f2; text-align:center; color:#bab9b9}
.successBox { width:100%; padding-top:160px; background:url(img/successBox_bg.png) no-repeat center; text-align:center; font-size:18px; line-height:40px;  color:#02427d}
.feedbackTips{ border:1px solid #b9b9d5; height:435px}
.feedbackTips  .successBox{ margin-top:43px}

.listPage .sideBar h3{ background:url(img/list_h3.png) no-repeat left top; height:52px; line-height:52px; font-size:16px; color:#FFF; text-indent:20px;}
.listPage .sideBar h3 a{ color:#FFF}
.listPage .mainBar h2{ background:none; height:52px; line-height:52px; color:#0054ba; border-bottom:1px solid #0054ba; padding:0px; margin:0px; text-indent:0px}
.listPage .mainBar{ width:708px; padding-left:20px;}
.listPage .detailsContent{ padding-bottom:80px;}
.listPage .pageBox{ width:708px; padding-left:0px; padding-right:0px}

.titleBox{ width:320px; padding:105px 0px 8px 0px; background:#fff url(img/title_mtjj.jpg) no-repeat left top; font-size:14px; font-family:"Microsoft YaHei UI", "Microsoft YaHei UI Light"; line-height:24px; position:relative}
.titleBox .more{ position:absolute; display:block; width:320px; height:102px; font-size:0px; background:none; left:0px; top:0px}
.hzhd .titleBox{ background-image: url(img/title_hzhd.jpg)}
.hzhd h3{ font-size:14px; color:#369; background:#fff; line-height:32px; border-bottom:1px solid #ccc; margin-bottom:2px;text-indent: 10px;}
.hzhd .titleBox{border-bottom:1px solid #ccc;}

.industrySurvey{ display:block; background:url(img/title_hydc.jpg); width:320px; height:102px; font-size:0px}
.quickNav{ width:320px; height:203px; position:relative;}
.quickNav li a{ display:block; width:160px; height:100px; text-indent:-9999999px; background:url(img/cooperation_bg.jpg); position:absolute}
.quickNav li.cooperation a{ background-image:url(img/cooperation_bg.jpg); left:0px; top:0px;}
.quickNav li.knowledge a{ background-image:url(img/knowledge_bg.jpg); right:0px; top:0px;}
.quickNav li.culture a{ background-image:url(img/culture_bg.jpg); left:0px; bottom:0px;}
.quickNav li.mien a{ background-image:url(img/mien_bg.jpg); right:0px; bottom:0px;}
.quickNav li.cooperation a:hover{ background-image:url(img/cooperation_bg_hover.jpg);}
.quickNav li.knowledge a:hover{ background-image:url(img/knowledge_bg_hover.jpg);}
.quickNav li.culture a:hover{ background-image:url(img/culture_bg_hover.jpg);}
.quickNav li.mien a:hover{ background-image:url(img/mien_bg_hover.jpg);}

.codeBox img{ border:1px solid #ccc;}

.codeBox{ width:243px; height:200px; position:relative; padding-left:180px;}
.codeBox img{ position:absolute; left:20px; top:0px}

.codeBox h3{ color:#1e63b0; font-family:"Microsoft YaHei UI"; font-size:28px; line-height:45px;}
.codeBox p{ color:#666; line-height:24px;}

.ui-dialog{ border: none;border-radius:0px}
.ui-dialog .ui-dialog-titlebar{ padding:0px; background:none; border:none}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{ background:none; border:0px;}

.suspendMenu{ position:absolute; right:-80px; top:10px}
.weixinBtn{ width:55px; height:55px; font-size:0px; background:url(img/icon-weixin.png) no-repeat center; cursor:pointer}
.weixinBtn:hover{ background-image:url(img/icon-weixin_hover.png)}
.ui-state-default .ui-icon{  background-image:url(img/ui-icons_0078ae_256x240.png)}
.ui-icon, .ui-widget-content .ui-icon{ background-image:url(img/ui-icons_0078ae_256x240.png)}
.ui-dialog .ui-dialog-buttonpane button{ background:#1e63b0; color:#fff}
.ui-dialog .ui-dialog-buttonpane button:hover{ background:#103e71; }
.ui-dialog .ui-dialog-title{ text-indent:12px; color:#0078ae; font-size:14px; font-weight:normal;font-family:"Microsoft YaHei UI";}

.detailsBox table{ border-left:1px solid #666;border-top:1px solid #666}
.detailsBox table td{ border-right:1px solid #666; border-bottom:1px solid #666}

.linkList{ margin-left:-7px}
.linkList li{ width:112px; height:42px; float:left; margin-left:7px; margin-top:10px}
.linkList li img{ width:110px; height:40px; border:1px solid #eee}
